home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / xml.def < prev   
Encoding:
Text File  |  2003-10-17  |  2.7 KB  |  120 lines

  1. object TPersHolder
  2.   P.Name = 'XML'
  3.   P.Extensions.Strings = (
  4.     'XML files (*.xml)|*.xml')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 0
  10.       BlockDelimiters = <>
  11.     end
  12.     item
  13.       Name = 'SpecialTags'
  14.       ID = 2
  15.       ParentID = 0
  16.       FIText = 8
  17.       BlockDelimiters = <
  18.         item
  19.           LeftDelimiter = '<?'
  20.           RightDelimiter = '?>'
  21.           DelimitersArePartOfBlock = True
  22.         end
  23.         item
  24.           LeftDelimiter = '<![CDATA['
  25.           RightDelimiter = ']]>'
  26.           DelimitersArePartOfBlock = True
  27.         end>
  28.     end
  29.     item
  30.       Name = 'Tags'
  31.       ID = 1
  32.       ParentID = 0
  33.       FIText = 1
  34.       FIIdentifier = 7
  35.       UseComments = True
  36.       UseMultiLineComments = True
  37.       UseStrings = True
  38.       UseSingleLineStrings = True
  39.       BlockDelimiters = <
  40.         item
  41.           LeftDelimiter = '<'
  42.           RightDelimiter = '>'
  43.           DelimitersArePartOfBlock = True
  44.         end>
  45.       MultiLineCommentDelimiters = <
  46.         item
  47.           FontID = 5
  48.           LeftDelimiter = '<!--'
  49.           RightDelimiter = '-->'
  50.         end>
  51.       SingleLineStringDelimiters = <
  52.         item
  53.           FontID = 6
  54.           LeftDelimiter = '"'
  55.           RightDelimiter = '"'
  56.         end>
  57.     end>
  58.   P.FontTable = <
  59.     item
  60.       FontID = 0
  61.       GlobalAttrID = 'Whitespace'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -13
  65.       Font.Name = 'Courier New'
  66.       Font.Style = []
  67.     end
  68.     item
  69.       FontID = 1
  70.       GlobalAttrID = 'Html tags'
  71.       BlockID = 1
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clBlue
  74.       Font.Height = -13
  75.       Font.Name = 'Courier New'
  76.       Font.Style = []
  77.     end
  78.     item
  79.       FontID = 5
  80.       GlobalAttrID = 'Comment'
  81.       BlockID = 1
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clGray
  84.       Font.Height = -13
  85.       Font.Name = 'Courier New'
  86.       Font.Style = [fsItalic]
  87.     end
  88.     item
  89.       FontID = 6
  90.       GlobalAttrID = 'String'
  91.       BlockID = 1
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clMaroon
  94.       Font.Height = -13
  95.       Font.Name = 'Courier New'
  96.       Font.Style = []
  97.     end
  98.     item
  99.       FontID = 7
  100.       GlobalAttrID = 'Identifier'
  101.       BlockID = 1
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clTeal
  104.       Font.Height = -13
  105.       Font.Name = 'Courier New'
  106.       Font.Style = []
  107.     end
  108.     item
  109.       FontID = 8
  110.       GlobalAttrID = 'Html tags'
  111.       BlockID = 2
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clBlue
  114.       Font.Height = -13
  115.       Font.Name = 'Courier New'
  116.       Font.Style = []
  117.     end>
  118.   P.SyntaxVersion = 3
  119. end
  120.